projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5380d6
)
(struct x_output): New member xim.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Mar 1996 03:13:07 +0000
(
03:13
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Mar 1996 03:13:07 +0000
(
03:13
+0000)
(FRAME_XIM): New macro.
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index cf3f9105a5baaee595246ba81c1afa35e96a849f..0f77e4e114107f90c9e6d74e238d72758efafaf4 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-489,6
+489,8
@@
struct x_output
char asked_for_visible;
#ifdef HAVE_X_I18N
+ /* Input method. */
+ XIM xim;
/* Input context (currently, this means Compose key handler setup). */
XIC xic;
#endif
@@
-530,6
+532,7
@@
struct x_output
#define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor)
+#define FRAME_XIM(f) ((f)->output_data.x->xim)
#define FRAME_XIC(f) ((f)->output_data.x->xic)
\f
/* X-specific scroll bar stuff. */